home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
comman1a
/
howtouse.frx
< prev
next >
Wrap
Text File
|
1999-09-30
|
518b
|
13 lines
What is a command line? Its like a pre-load instruction for the
program to use. The following will run Myprog.exe with the
command line: /Close
Myprog.exe /Close
The command line dosent have to contain a /
This can be useful to tell the program to just run a spacific
operation, instead of loading the entire program.
To find out how the command line works, look in the Form_Load
event in form1.
Run a program with a command line by going to:
Start menu>Run> (program name and path) (Command line)